runtime.dloggerImpl.u64 (method)

6 uses

	runtime (current package)
		debuglog.go#L265: 	return l.u64(uint64(x))
		debuglog.go#L273: 	return l.u64(uint64(x))
		debuglog.go#L281: 	return l.u64(uint64(x))
		debuglog.go#L289: 	return l.u64(uint64(x))
		debuglog.go#L297: 	return l.u64(uint64(x))
		debuglog.go#L304: func (l *dloggerImpl) u64(x uint64) *dloggerImpl {